Skip to content

Conversation

ayseza
Copy link
Member

@ayseza ayseza commented Sep 16, 2026

  1. Removed margin from the body.
  2. Touched up generate button a bit.
  3. Realized title was still "Læringsområde...". Changed that to PTG.
  4. Added margin to name textbox, since removing margin from body applied to that too.
image

Halvor and others added 30 commits September 9, 2026 13:19
Added a grid of pokemon pulling the name and image from the PokeAPI api.
Added filter fundtionality for the grid of pokemon cards. Filter now saves with html storage and pulls names from PokeAPI to autoupdate incase of new added gens or types.
Added another filter to see pokemon from a specific game.
Added some comments to explain some of the code snippets that are not self explanitory
Added icons for the types for every pokemon by pulling their id and fetchign an icon from a github repo for pokemon
Removed the filter for generation, now pokemon can only be sorted by type and game.
About page + functionality to change pages
Implemented Tanstack Query for fetching from PokeAPI for easier error handling and request control
Added A slot for a pokemon team selected randomly from filtered pokemon with favourite functionality,
Combines dev's multi-page site (About/Footer/404 routing via
react-router-dom) with the TanStack Query and team-generator work on
this branch. Resolved conflicts:
- main.tsx: nest RouterProvider inside QueryClientProvider.
- Dropped two stray npm package-lock.json files from dev (project
  uses pnpm) and regenerated pnpm-lock.yaml against the merged
  package.json.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Updated README.md to the first version of a drafted documentation.
Added field to input names for pokemon to let users easily navigate to a spesific resource.
@ayseza ayseza requested a review from a team as a code owner September 16, 2026 20:50
@ayseza ayseza added this to the Delivery 1 milestone Sep 16, 2026
This was linked to issues Sep 16, 2026
Copy link
Member

@halvortf halvortf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like everything is "written again", but seems fine when I test the website

@halvortf halvortf merged commit 8d48d7d into main Sep 17, 2026
@halvortf halvortf deleted the miscellaneous branch September 17, 2026 06:40
Sign in to join this conversation on GitHub.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make "Generate Team" Button prettier Margin of the page
3 participants